home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / tontie_hammer.swf / scripts / DefineSprite_337 / frame_8 / DoAction.as
Text File  |  2012-01-07  |  235b  |  14 lines

  1. _parent._parent._parent.sinamono = "hammer2";
  2. if(_root.silver == 1)
  3. {
  4.    _parent._parent._parent.price = "soldout";
  5.    with(price)
  6.    {
  7.       gotoAndStop("soldout");
  8.    }
  9. }
  10. else
  11. {
  12.    _parent._parent._parent.price = 200;
  13. }
  14.